define(["ojL10n!resources/nls/generic"], function (Generic) { "use strict"; var DashboardLocale = function () { return { bankName: "Ngân hàng TMCP Sài Gòn", backImage: "Quay lại", skipToMainContent: "Skip to main content", headers: { approver: "Approver", loans: "Tài khoản vay", maker: "Maker", "demand-deposits": "Tài khoản thanh toán", "term-deposits": "Tài khoản tiền gửi có kỳ hạn", viewer: "Viewer", bulkFileUpload: "File Upload", alerts: "Alerts Subscription", overview: "Tổng quan", payments: "Chuyển tiền", creditCard: "Credit Cards", systemDashboard: "Dashboard", dashboard: "Dashboard", dashboardnStatistics: "Dashboard and Statistics", userguide: 'Hướng dẫn sử dụng' }, passwordWarningMessage: "Your password is about to expire in {pwdExpiryWarningDays} days, please change your password at the earliest.", changePasswordTitle: "Click to Change Password", changePassword: "Change Password.", backTop: "Back To Top", systemConfigPending: "You cannot do any transaction since System Configuration is not set yet.", generic: Generic }; }; return new DashboardLocale(); });